home *** CD-ROM | disk | FTP | other *** search
- Path: newsfeed.internetmci.com!taurus!news
- From: "jerrye@adnc.com" <jerrye@adnc.com>
- Newsgroups: comp.lang.c++
- Subject: Printing (WindowsNT vs Windows95)
- Date: Sun, 24 Mar 1996 10:03:56 -0800
- Organization: adnc.com
- Message-ID: <31558E8B.3CA1@adnc.com>
- NNTP-Posting-Host: 205.216.157.68
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win95; I)
-
- I wrote a little program to print text files. This program works under
- windows 95 however, does not work under windows nt.
-
- I am using the PRINTDLG struct and a call to ::PrintDlg after setting
- the flags to PD_RETURNDC | PD_RETURNDEFAULT. I then use the HDC
- returned for the print device with TextOut.
-
- Under windows 95 it all works well. Under windows nt it simply pushes
- blank pages out.
-
- All that I have read suggests that there is no differance between the
- way printing is done under windows nt versus windows 95.
-
- Any help in this matter is greatly appreciated.
-
- Jerry
-